kfin
5.0.59-SNAPSHOT
js
kfin
/
com.toxicbakery.kfinstatemachine
/
[js]TransitionDef
Transition
Def
js
data
class
TransitionDef
<
S
,
T
:
Any
>
(
val
oldState
:
S
,
val
transition
:
KClass
<
T
>
,
val
newState
:
S
)
Content copied to clipboard
Constructors
Properties
Constructors
Transition
Def
Link copied to clipboard
js
fun
<
S
,
T
:
Any
>
TransitionDef
(
oldState
:
S
,
transition
:
KClass
<
T
>
,
newState
:
S
)
Content copied to clipboard
Properties
new
State
Link copied to clipboard
js
val
newState
:
S
Content copied to clipboard
old
State
Link copied to clipboard
js
val
oldState
:
S
Content copied to clipboard
transition
Link copied to clipboard
js
val
transition
:
KClass
<
T
>
Content copied to clipboard